home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_22437.txt < prev    next >
Text File  |  1988-01-11  |  10KB  |  441 lines

  1. -- card: 22437 from stack: in
  2. -- bmap block id: 9418
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect zoom close
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 3 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=194 top=56 right=85 bottom=306
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=445 top=295 right=320 bottom=486
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 2162 / 2162
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: 
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect dissolve
  57.   go to card id 2938
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 2006
  65. -- rect: left=118 top=113 right=128 bottom=193
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: free
  74. ----- HyperTalk script -----
  75. on mouseWithin
  76.   show card field free
  77.   set hilite of button free to true
  78.   set hilite of button tangent to false
  79.   set hilite of button parallel to false
  80.   set hilite of button normal to false
  81. end mouseWithin
  82.  
  83. on mouseLeave
  84.   hide card field free
  85. end mouseLeave
  86.  
  87.  
  88. -- part 6 (button)
  89. -- low flags: 00
  90. -- high flags: 6006
  91. -- rect: left=118 top=129 right=144 bottom=193
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: tangent
  100. ----- HyperTalk script -----
  101. on mouseWithin
  102.   show card field tangent
  103.   set hilite of button free to false
  104.   set hilite of button tangent to true
  105.   set hilite of button parallel to false
  106.   set hilite of button normal to false
  107. end mouseWithin
  108.  
  109. on mouseLeave
  110.   hide card field tangent
  111. end mouseLeave
  112.  
  113.  
  114. -- part 7 (button)
  115. -- low flags: 00
  116. -- high flags: 2006
  117. -- rect: left=118 top=145 right=160 bottom=193
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: parallel
  126. ----- HyperTalk script -----
  127. on mouseWithin
  128.   show card field parallel
  129.   set hilite of button free to false
  130.   set hilite of button tangent to false
  131.   set hilite of button parallel to true
  132.   set hilite of button normal to false
  133. end mouseWithin
  134.  
  135. on mouseLeave
  136.   hide card field parallel
  137. end mouseLeave
  138.  
  139.  
  140. -- part 8 (button)
  141. -- low flags: 00
  142. -- high flags: 2006
  143. -- rect: left=118 top=161 right=176 bottom=193
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: normal
  152. ----- HyperTalk script -----
  153. on mouseWithin
  154.   show card field normal
  155.   set hilite of button free to false
  156.   set hilite of button tangent to false
  157.   set hilite of button parallel to false
  158.   set hilite of button normal to true
  159. end mouseWithin
  160.  
  161. on mouseLeave
  162.   hide card field normal
  163. end mouseLeave
  164.  
  165.  
  166. -- part 9 (button)
  167. -- low flags: 00
  168. -- high flags: 6005
  169. -- rect: left=246 top=113 right=127 bottom=324
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: rotation
  178. ----- HyperTalk script -----
  179. on mouseWithin
  180.   show card field rotation
  181. end mouseWithin
  182.  
  183. on mouseLeave
  184.   hide card field rotation
  185. end mouseLeave
  186.  
  187.  
  188. -- part 10 (button)
  189. -- low flags: 00
  190. -- high flags: 2005
  191. -- rect: left=246 top=130 right=144 bottom=324
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: original
  200. ----- HyperTalk script -----
  201. on mouseWithin
  202.   show card field original
  203. end mouseWithin
  204.  
  205. on mouseLeave
  206.   hide card field original
  207. end mouseLeave
  208.  
  209.  
  210. -- part 11 (button)
  211. -- low flags: 00
  212. -- high flags: 2005
  213. -- rect: left=246 top=145 right=159 bottom=324
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 1
  217. -- font id: 0
  218. -- text size: 12
  219. -- style flags: 0
  220. -- line height: 16
  221. -- part name: snap
  222. ----- HyperTalk script -----
  223. on mouseWithin
  224.   show card field snap
  225. end mouseWithin
  226.  
  227. on mouseLeave
  228.   hide card field snap
  229. end mouseLeave
  230.  
  231.  
  232. -- part 14 (button)
  233. -- low flags: 00
  234. -- high flags: 2000
  235. -- rect: left=125 top=202 right=222 bottom=184
  236. -- title width / last selected line: 0
  237. -- icon id / first selected line: 0 / 0
  238. -- text alignment: 1
  239. -- font id: 0
  240. -- text size: 12
  241. -- style flags: 0
  242. -- line height: 16
  243. -- part name: ok
  244. ----- HyperTalk script -----
  245. on mouseWithin
  246.   show card field ok
  247. end mouseWithin
  248.  
  249. on mouseLeave
  250.   hide card field ok
  251. end mouseLeave
  252.  
  253.  
  254. -- part 15 (button)
  255. -- low flags: 00
  256. -- high flags: 2000
  257. -- rect: left=212 top=202 right=222 bottom=271
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 0 / 0
  260. -- text alignment: 1
  261. -- font id: 0
  262. -- text size: 12
  263. -- style flags: 0
  264. -- line height: 16
  265. -- part name: cancel
  266. ----- HyperTalk script -----
  267. on mouseWithin
  268.   show card field cancel
  269. end mouseWithin
  270.  
  271. on mouseLeave
  272.   hide card field cancel
  273. end mouseLeave
  274.  
  275.  
  276. -- part 16 (field)
  277. -- low flags: 81
  278. -- high flags: 2004
  279. -- rect: left=201 top=89 right=205 bottom=408
  280. -- title width / last selected line: 0
  281. -- icon id / first selected line: 0 / 0
  282. -- text alignment: 0
  283. -- font id: 2
  284. -- text size: 12
  285. -- style flags: 0
  286. -- line height: 16
  287. -- part name: free
  288.  
  289.  
  290. -- part 17 (field)
  291. -- low flags: 81
  292. -- high flags: 2004
  293. -- rect: left=201 top=113 right=229 bottom=408
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 0
  297. -- font id: 2
  298. -- text size: 12
  299. -- style flags: 0
  300. -- line height: 16
  301. -- part name: tangent
  302.  
  303.  
  304. -- part 18 (field)
  305. -- low flags: 81
  306. -- high flags: 2004
  307. -- rect: left=201 top=137 right=253 bottom=408
  308. -- title width / last selected line: 0
  309. -- icon id / first selected line: 0 / 0
  310. -- text alignment: 0
  311. -- font id: 2
  312. -- text size: 12
  313. -- style flags: 0
  314. -- line height: 16
  315. -- part name: parallel
  316.  
  317.  
  318. -- part 19 (field)
  319. -- low flags: 81
  320. -- high flags: 2004
  321. -- rect: left=201 top=161 right=277 bottom=408
  322. -- title width / last selected line: 0
  323. -- icon id / first selected line: 0 / 0
  324. -- text alignment: 0
  325. -- font id: 2
  326. -- text size: 12
  327. -- style flags: 0
  328. -- line height: 16
  329. -- part name: normal
  330.  
  331.  
  332. -- part 21 (field)
  333. -- low flags: 81
  334. -- high flags: 2004
  335. -- rect: left=195 top=162 right=278 bottom=402
  336. -- title width / last selected line: 0
  337. -- icon id / first selected line: 0 / 0
  338. -- text alignment: 0
  339. -- font id: 2
  340. -- text size: 12
  341. -- style flags: 0
  342. -- line height: 16
  343. -- part name: snap
  344.  
  345.  
  346. -- part 22 (field)
  347. -- low flags: 81
  348. -- high flags: 2004
  349. -- rect: left=195 top=147 right=263 bottom=402
  350. -- title width / last selected line: 0
  351. -- icon id / first selected line: 0 / 0
  352. -- text alignment: 0
  353. -- font id: 2
  354. -- text size: 12
  355. -- style flags: 0
  356. -- line height: 16
  357. -- part name: original
  358.  
  359.  
  360. -- part 23 (field)
  361. -- low flags: 81
  362. -- high flags: 2004
  363. -- rect: left=195 top=130 right=246 bottom=402
  364. -- title width / last selected line: 0
  365. -- icon id / first selected line: 0 / 0
  366. -- text alignment: 0
  367. -- font id: 2
  368. -- text size: 12
  369. -- style flags: 0
  370. -- line height: 16
  371. -- part name: rotation
  372.  
  373.  
  374. -- part 24 (field)
  375. -- low flags: 81
  376. -- high flags: 2004
  377. -- rect: left=82 top=229 right=326 bottom=246
  378. -- title width / last selected line: 0
  379. -- icon id / first selected line: 0 / 0
  380. -- text alignment: 0
  381. -- font id: 2
  382. -- text size: 12
  383. -- style flags: 0
  384. -- line height: 16
  385. -- part name: ok
  386.  
  387.  
  388. -- part 25 (field)
  389. -- low flags: 81
  390. -- high flags: 2004
  391. -- rect: left=195 top=229 right=326 bottom=359
  392. -- title width / last selected line: 0
  393. -- icon id / first selected line: 0 / 0
  394. -- text alignment: 0
  395. -- font id: 2
  396. -- text size: 12
  397. -- style flags: 0
  398. -- line height: 16
  399. -- part name: cancel
  400.  
  401.  
  402. -- part contents for card part 3
  403. ----- text -----
  404. Tangent
  405.  
  406. -- part contents for card part 16
  407. ----- text -----
  408. Free allows you to draw a tangent line from the curved object you define to the present cusor location.
  409.  
  410. -- part contents for card part 17
  411. ----- text -----
  412. Tangent allows you to draw a tangent line between two circles or circular arcs.
  413.  
  414. -- part contents for card part 18
  415. ----- text -----
  416. Parallel allows you to draw a line tangent to a curved object and parallel to any line on your drawing.
  417.  
  418. -- part contents for card part 19
  419. ----- text -----
  420. Normal allows you to draw a line tangent to a curved object and perpendicular to any line on your drawing.
  421.  
  422. -- part contents for card part 23
  423. ----- text -----
  424. Rotation allows you to enter a new angular offset from the base line, replacing the indicated angle when drawing parallel and perpendicular tangent lines.
  425.  
  426. -- part contents for card part 22
  427. ----- text -----
  428. Returns you to the original Rotation parameter before you modified it.
  429.  
  430. -- part contents for card part 21
  431. ----- text -----
  432. Snap locks the second endpoint to the base line, allowing you to freely move the cursor without changing the tangent line.
  433.  
  434. -- part contents for card part 25
  435. ----- text -----
  436. The cancel button aborts the changes you have made inside the dialog box.
  437.  
  438. -- part contents for card part 24
  439. ----- text -----
  440. The OK button accepts your changes and closes the dialog.
  441.